home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.XML.svc_directives.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  1.2 KB  |  32 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsd:schema targetNamespace='http://schemas.microsoft.com/intellisense/xml-messaging-service-directives'
  3.             xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  4.             xmlns='http://schemas.microsoft.com/intellisense/xml-messaging-service-directives'
  5.             xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense'
  6.             vs:ishtmlschema='false'
  7.             vs:isserverschema='true'
  8.             vs:nonbrowseable='true'>
  9.  
  10. <xsd:annotation>
  11.   <xsd:documentation>
  12.     XML Service directives schema.
  13.   </xsd:documentation>
  14. </xsd:annotation>
  15.  
  16. <xsd:include schemaLocation="dirtypes.xsd" />
  17.  
  18. <!-- Valid top level elements -->
  19. <xsd:element name="Service" type="ServiceDef" vs:htmlequivalent="%@" />
  20. <xsd:element name="Assembly" type="AssemblyDef" vs:htmlequivalent="%@" />
  21.  
  22. <!-- Definitions for top level elements -->
  23. <xsd:complexType name="ServiceDef">
  24.   <xsd:attribute name="Class" type="xsd:string" />
  25.   <xsd:attribute name="CodeBehind" type="xsd:string" />
  26.   <xsd:attribute name="Debug" type="xsd:boolean" />
  27.   <xsd:attribute name="Language" type="ServerLanguagesDef" vs:readonly="true" />
  28.  
  29. </xsd:complexType>
  30.  
  31. </xsd:schema>
  32.